home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / mac / The Month DEC 03 / engine / modules / thumbs_books.swf / scripts / DefineSprite_7 / frame_1 / DoAction.as
Text File  |  2003-09-04  |  392b  |  14 lines

  1. function init()
  2. {
  3.    num = _name.split("_")[2];
  4.    var nd = _parent._parent.nodeData.childNodes[num];
  5.    link = nd.attributes.link;
  6.    label = nd.byName("title").getText();
  7. }
  8. init();
  9. delete init;
  10. imgToCheck = eval("_parent.mc_img_" + num);
  11. activeBtn._width = imgToCheck._width + fld._width + 10;
  12. fld._width = imgToCheck._width;
  13. label._y = imgToCheck._x + imgToCheck._height + 5;
  14.